home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / panal.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.6 KB  |  81 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Path Analyzer
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Julie Trost
  7. --                   : Intermetrics Inc.
  8. --                   : 5392 Bolsa Avenue, Huntington Beach, CA 92649
  9. --                   : (714) 891-4631
  10. --                   : Contact: Lt. Colonel Falgiano
  11. --                   : ESD/SCW
  12. --                   : Hanscom AFB, MA  01731
  13. -- COPYRIGHT         : (c) 1985 Intermetrics Inc.
  14. -- DATE CREATED      : 13 Jan 85
  15. -- DATE RELEASED     : 13 Jul 85
  16. -- DATE LAST UPDATED : 13 Jul 85
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : 
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : METRICS
  21. -- CATEGORY LEVEL 2  : Path Analyzer
  22. -- CATEGORY LEVEL 3  : 
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : 
  25. -- INDEX             : Path Analysis
  26. -- INDEX             : Analysis, Path
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : WIS_TOOL_19_6
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.METRICS>PANAL*.*
  32. -- FILE SPECS        : PD:<ADA.METRICS>SINS*.*
  33. -- DIRECTORY DISPLAY :
  34. -- Directory   PD:<ADA.METRICS>
  35. --      File Name     Byte Count  Line Count
  36. --   ---------------  ----------  ----------
  37. --   PANAL.CMM              1333          42
  38. --   PANAL.PRO              3446          75
  39. --   PANALABS.DOC           1676          34
  40. --   PANALREAD.ME            268           4
  41. --   SINST.ABS              2027          44
  42. --   SINST.CMM              1345          41
  43. --   SINST.INS              1806          81
  44. --   SINST.ME                268           4
  45. --   SINST.PRO              3596          77
  46. --   SINSTRTM.SRC         195456        6118
  47. --   SINSTTDOC.DIS           214           6
  48. --   SINSTTOOL.DOC        251056        9403
  49. --   SINSTTOOL.SRC       1194799       32067
  50. --   ===============  ==========  ==========
  51. --    13 Files           1657290       47996
  52. --= ABSTRACT             ===============================================--
  53. --         This tool will produce a report on the frequency of  execution
  54. -- of  paths  in  an  Ada program.  The number of executions of each path
  55. -- will be reported.
  56. --= REVISION HISTORY     ===============================================--
  57. --
  58. -- DATE         VERSION AUTHOR                  HISTORY 
  59. --07/13/85      1.0     Julie Trost             Initial Release 
  60. --= RELEASE NOTICE       ===============================================--
  61. -- This prologue must be included in all copies of this software.
  62. -- 
  63. -- This software is copyright by the author.
  64. -- 
  65. -- This software is released to the Ada community.
  66. -- This software is released to the Public Domain (note:
  67. --   software released to the Public Domain is not subject
  68. --   to copyright protection).
  69. -- Restrictions on use or distribution:  NONE
  70. --= DISCLAIMER           ===============================================--
  71. --     This software and its documentation are provided "AS IS" and
  72. -- without any expressed or implied warranties whatsoever.  No warranties
  73. -- as to performance, merchantability, or fitness for a particular
  74. -- purpose exist.
  75. --     The user is advised to test the software thoroughly before
  76. -- relying on it.  The user must assume the entire risk and liability of
  77. -- using this software.  In no event shall any person or organization of
  78. -- people be held responsible for any direct, indirect, consequential or
  79. -- inconsequential damages or lost profits.
  80. --======================================================================--
  81.